projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20be8f
)
(calc-record-compilation-date-macro): Return a
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 11 Nov 2001 10:27:32 +0000
(10:27 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 11 Nov 2001 10:27:32 +0000
(10:27 +0000)
simple `setq' form.
lisp/calc/calc-macs.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-macs.el
b/lisp/calc/calc-macs.el
index 1b3ab18e9b633bba7e35f041e0c85115ea8c6775..efe37cf49f973aa2b07c38954574158bd9ec382c 100644
(file)
--- a/
lisp/calc/calc-macs.el
+++ b/
lisp/calc/calc-macs.el
@@
-26,10
+26,9
@@
(defmacro calc-record-compilation-date-macro ()
- (` (setq calc-installed-date (, (concat (current-time-string)
- " by "
- (user-full-name)))))
-)
+ `(setq calc-installed-date ,(concat (current-time-string)
+ " by "
+ (user-full-name))))
(defmacro calc-wrapper (&rest body)